home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / 89xx / 8905.d64 / lprint fx-85 (.txt) < prev    next >
Commodore BASIC  |  1995-03-30  |  133b  |  12 lines

  1. 100 :
  2. 110 A=A+1
  3. 120 IFA=1THENLOAD"LETTERPRINT 1.3",8,1
  4. 130 :
  5. 140 OPEN1,4
  6. 150 PRINT#1,CHR$(27);CHR$(65);CHR$(6)
  7. 160 PRINT#1,CHR$(7)
  8. 170 CLOSE1
  9. 180 :
  10. 190 SYS49152
  11. 200 :
  12.